Skip to main content

AxisMenuCustomAction

Index

ColumnColumn
AxisMenuCustomAction.iconAxisMenuCustomAction.id
AxisMenuCustomAction.labelAxisMenuCustomAction.onClick

Properties

icon

icon: string

Optional

Icon of the custom action.

id

id: string

ID of the custom action.

label

label: string

Label of the custom action.

onClick

onClick: (args: any[] ) : void (args: any[] ) : void

Callback function that will be triggered when the custom action is clicked.

Function Parameters

args:::

  • args: any[]

Returns

void